home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / itc / gcc / tm-ultrix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-30  |  481 b   |  15 lines

  1. #include "tm-vax.h"
  2.  
  3. /* Note: I thought I found that STRUCTURE_SIZE_BOUNDARY needs to be 32
  4.    by default, and that is why I made this file.
  5.    Then I tested pcc on Ultrix once more and found the same results as on BSD.
  6.    So this file now does not change anything.
  7.    The only reason it still exists is to contain this note.
  8.  
  9.    Can anyone tell me fully what is going on?  */
  10.  
  11. /* 
  12. #undef STRUCTURE_SIZE_BOUNDARY
  13. #define STRUCTURE_SIZE_BOUNDARY (TARGET_VAXC_ALIGNMENT ? 8 : 32)
  14. */
  15.